Files
twblue/srcantiguo/sessionmanager/__init__.py
Jesús Pavón Abián 932e44a9c9 Avance
2026-01-11 20:13:56 +01:00

10 lines
479 B
Python

# -*- coding: utf-8 -*-
""" Module to manage sessions. It can create and configure all sessions.
Contents of this package:
wxUI: The graphical user interface written in WX Python (for windows). The view.
session_exceptions: Some useful exceptions when there is an error.
manager: Handles multiple sessions, setting the configuration files and check if the session is valid. Part of the model.
session: Creates a twitter session for an user. The other part of the model.
"""