# -*- tcl -*-
# ### ### ### ######### ######### #########
## Terminal packages - Main :: Generic operations

# Currently we have no generica at all. We make the package, but it
# provides nothing for now.

# ### ### ### ######### ######### #########
## Requirements

namespace eval ::term {}

# ### ### ### ######### ######### #########
## Ready

package provide term 0.1

##
# ### ### ### ######### ######### #########
