Terarea  2
The automation project
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# EPITECH PROJECT, 2022
2# Desktop_pet (Workspace)
3# File description:
4# __init__.py
5
6from .sql_injection import SQLInjection
7from .sql_manager import SQL
8
9__all__ = [
10 "SQLInjection",
11 "SQL"
12]