6 lines
71 B
Python
6 lines
71 B
Python
from flash_cards import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run()
|
|
|