mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-02-13 14:32:47 +00:00
5 lines
162 B
Python
5 lines
162 B
Python
"""Database migrations for NeuroSploit v3"""
|
|
from backend.migrations.run_migrations import run_migration, get_db_path
|
|
|
|
__all__ = ["run_migration", "get_db_path"]
|