fix: add Gitea Actions CI workflow for automated testing
This commit is contained in:
6
api_testgen/core/__init__.py
Normal file
6
api_testgen/core/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Core module for API TestGen."""
|
||||
|
||||
from .spec_parser import SpecParser
|
||||
from .auth import AuthConfig
|
||||
|
||||
__all__ = ["SpecParser", "AuthConfig"]
|
||||
Reference in New Issue
Block a user