mirror of
https://github.com/codl/forget
synced 2025-01-03 18:59:23 +01:00
6 lines
60 B
Python
6 lines
60 B
Python
from app import app
|
|
import routes
|
|
|
|
assert app
|
|
assert routes
|