from .create_db import create_db def apply_all(): create_db() if __name__ == "__main__": apply_all()