mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2026-07-16 11:22:21 -05:00
4 lines
65 B
Python
4 lines
65 B
Python
from .regex import *
|
|
from . import regex
|
|
__all__ = regex.__all__
|