yrahul3910 / pysh

Embed bash in your Python
MIT License
0 stars 0 forks source link

Allow user-defined formatters #10

Closed yrahul3910 closed 11 months ago

yrahul3910 commented 11 months ago

The user-defined formatters could be checked in globals() | locals(), requiring that they implement __call__().