Sista v3.0.0-beta.10
C++ lightweight OS-agnostic library for terminal animations and videogames
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
__init__.py File Reference

Namespaces

namespace  sista
 Sista library namespace.
 

Functions

 sista._load_ext ()
 
 sista.__getattr__ (str name)
 
 sista.__dir__ ()
 

Variables

str sista.MODULE_NAME = f"{__name__}._sista"
 
 sista._ext = _load_ext()
 
list sista._ext_names = [n for n in dir(_ext) if not n.startswith("_")]