Compare commits
2 Commits
2a5eac011a
...
1289d7cba6
| Author | SHA1 | Date | |
|---|---|---|---|
| 1289d7cba6 | |||
| d62e295dc6 |
@@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy
|
|||||||
|
|
||||||
from accounting.utils.user import UserUtilityInterface
|
from accounting.utils.user import UserUtilityInterface
|
||||||
|
|
||||||
VERSION: str = "1.6.1.2"
|
VERSION: str = "1.6.1"
|
||||||
"""The package version."""
|
"""The package version."""
|
||||||
db: SQLAlchemy = SQLAlchemy()
|
db: SQLAlchemy = SQLAlchemy()
|
||||||
"""The database instance."""
|
"""The database instance."""
|
||||||
|
|||||||
Reference in New Issue
Block a user